home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209b.zip / octave-2.09 / doc / octave.i11 (.txt) < prev    next >
GNU Info File  |  1997-08-20  |  47KB  |  770 lines

  1. This is Info file octave, produced by Makeinfo-1.64 from the input file
  2. octave.tex.
  3. START-INFO-DIR-ENTRY
  4. * Octave: (octave).     Interactive language for numerical computations.
  5. END-INFO-DIR-ENTRY
  6.    Copyright (C) 1996, 1997 John W. Eaton.
  7.    Permission is granted to make and distribute verbatim copies of this
  8. manual provided the copyright notice and this permission notice are
  9. preserved on all copies.
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided that
  12. the entire resulting derived work is distributed under the terms of a
  13. permission notice identical to this one.
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions.
  17. File: octave,  Node: Copying,  Next: Concept Index,  Prev: Grammar,  Up: Top
  18. GNU GENERAL PUBLIC LICENSE
  19. **************************
  20.                          Version 2, June 1991
  21.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  22.      59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  23.      
  24.      Everyone is permitted to copy and distribute verbatim copies
  25.      of this license document, but changing it is not allowed.
  26. Preamble
  27. ========
  28.    The licenses for most software are designed to take away your
  29. freedom to share and change it.  By contrast, the GNU General Public
  30. License is intended to guarantee your freedom to share and change free
  31. software--to make sure the software is free for all its users.  This
  32. General Public License applies to most of the Free Software
  33. Foundation's software and to any other program whose authors commit to
  34. using it.  (Some other Free Software Foundation software is covered by
  35. the GNU Library General Public License instead.)  You can apply it to
  36. your programs, too.
  37.    When we speak of free software, we are referring to freedom, not
  38. price.  Our General Public Licenses are designed to make sure that you
  39. have the freedom to distribute copies of free software (and charge for
  40. this service if you wish), that you receive source code or can get it
  41. if you want it, that you can change the software or use pieces of it in
  42. new free programs; and that you know you can do these things.
  43.    To protect your rights, we need to make restrictions that forbid
  44. anyone to deny you these rights or to ask you to surrender the rights.
  45. These restrictions translate to certain responsibilities for you if you
  46. distribute copies of the software, or if you modify it.
  47.    For example, if you distribute copies of such a program, whether
  48. gratis or for a fee, you must give the recipients all the rights that
  49. you have.  You must make sure that they, too, receive or can get the
  50. source code.  And you must show them these terms so they know their
  51. rights.
  52.    We protect your rights with two steps: (1) copyright the software,
  53. and (2) offer you this license which gives you legal permission to copy,
  54. distribute and/or modify the software.
  55.    Also, for each author's protection and ours, we want to make certain
  56. that everyone understands that there is no warranty for this free
  57. software.  If the software is modified by someone else and passed on, we
  58. want its recipients to know that what they have is not the original, so
  59. that any problems introduced by others will not reflect on the original
  60. authors' reputations.
  61.    Finally, any free program is threatened constantly by software
  62. patents.  We wish to avoid the danger that redistributors of a free
  63. program will individually obtain patent licenses, in effect making the
  64. program proprietary.  To prevent this, we have made it clear that any
  65. patent must be licensed for everyone's free use or not licensed at all.
  66.    The precise terms and conditions for copying, distribution and
  67. modification follow.
  68.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  69.   0. This License applies to any program or other work which contains a
  70.      notice placed by the copyright holder saying it may be distributed
  71.      under the terms of this General Public License.  The "Program",
  72.      below, refers to any such program or work, and a "work based on
  73.      the Program" means either the Program or any derivative work under
  74.      copyright law: that is to say, a work containing the Program or a
  75.      portion of it, either verbatim or with modifications and/or
  76.      translated into another language.  (Hereinafter, translation is
  77.      included without limitation in the term "modification".)  Each
  78.      licensee is addressed as "you".
  79.      Activities other than copying, distribution and modification are
  80.      not covered by this License; they are outside its scope.  The act
  81.      of running the Program is not restricted, and the output from the
  82.      Program is covered only if its contents constitute a work based on
  83.      the Program (independent of having been made by running the
  84.      Program).  Whether that is true depends on what the Program does.
  85.   1. You may copy and distribute verbatim copies of the Program's
  86.      source code as you receive it, in any medium, provided that you
  87.      conspicuously and appropriately publish on each copy an appropriate
  88.      copyright notice and disclaimer of warranty; keep intact all the
  89.      notices that refer to this License and to the absence of any
  90.      warranty; and give any other recipients of the Program a copy of
  91.      this License along with the Program.
  92.      You may charge a fee for the physical act of transferring a copy,
  93.      and you may at your option offer warranty protection in exchange
  94.      for a fee.
  95.   2. You may modify your copy or copies of the Program or any portion
  96.      of it, thus forming a work based on the Program, and copy and
  97.      distribute such modifications or work under the terms of Section 1
  98.      above, provided that you also meet all of these conditions:
  99.        a. You must cause the modified files to carry prominent notices
  100.           stating that you changed the files and the date of any change.
  101.        b. You must cause any work that you distribute or publish, that
  102.           in whole or in part contains or is derived from the Program
  103.           or any part thereof, to be licensed as a whole at no charge
  104.           to all third parties under the terms of this License.
  105.        c. If the modified program normally reads commands interactively
  106.           when run, you must cause it, when started running for such
  107.           interactive use in the most ordinary way, to print or display
  108.           an announcement including an appropriate copyright notice and
  109.           a notice that there is no warranty (or else, saying that you
  110.           provide a warranty) and that users may redistribute the
  111.           program under these conditions, and telling the user how to
  112.           view a copy of this License.  (Exception: if the Program
  113.           itself is interactive but does not normally print such an
  114.           announcement, your work based on the Program is not required
  115.           to print an announcement.)
  116.      These requirements apply to the modified work as a whole.  If
  117.      identifiable sections of that work are not derived from the
  118.      Program, and can be reasonably considered independent and separate
  119.      works in themselves, then this License, and its terms, do not
  120.      apply to those sections when you distribute them as separate
  121.      works.  But when you distribute the same sections as part of a
  122.      whole which is a work based on the Program, the distribution of
  123.      the whole must be on the terms of this License, whose permissions
  124.      for other licensees extend to the entire whole, and thus to each
  125.      and every part regardless of who wrote it.
  126.      Thus, it is not the intent of this section to claim rights or
  127.      contest your rights to work written entirely by you; rather, the
  128.      intent is to exercise the right to control the distribution of
  129.      derivative or collective works based on the Program.
  130.      In addition, mere aggregation of another work not based on the
  131.      Program with the Program (or with a work based on the Program) on
  132.      a volume of a storage or distribution medium does not bring the
  133.      other work under the scope of this License.
  134.   3. You may copy and distribute the Program (or a work based on it,
  135.      under Section 2) in object code or executable form under the terms
  136.      of Sections 1 and 2 above provided that you also do one of the
  137.      following:
  138.        a. Accompany it with the complete corresponding machine-readable
  139.           source code, which must be distributed under the terms of
  140.           Sections 1 and 2 above on a medium customarily used for
  141.           software interchange; or,
  142.        b. Accompany it with a written offer, valid for at least three
  143.           years, to give any third party, for a charge no more than your
  144.           cost of physically performing source distribution, a complete
  145.           machine-readable copy of the corresponding source code, to be
  146.           distributed under the terms of Sections 1 and 2 above on a
  147.           medium customarily used for software interchange; or,
  148.        c. Accompany it with the information you received as to the offer
  149.           to distribute corresponding source code.  (This alternative is
  150.           allowed only for noncommercial distribution and only if you
  151.           received the program in object code or executable form with
  152.           such an offer, in accord with Subsection b above.)
  153.      The source code for a work means the preferred form of the work for
  154.      making modifications to it.  For an executable work, complete
  155.      source code means all the source code for all modules it contains,
  156.      plus any associated interface definition files, plus the scripts
  157.      used to control compilation and installation of the executable.
  158.      However, as a special exception, the source code distributed need
  159.      not include anything that is normally distributed (in either
  160.      source or binary form) with the major components (compiler,
  161.      kernel, and so on) of the operating system on which the executable
  162.      runs, unless that component itself accompanies the executable.
  163.      If distribution of executable or object code is made by offering
  164.      access to copy from a designated place, then offering equivalent
  165.      access to copy the source code from the same place counts as
  166.      distribution of the source code, even though third parties are not
  167.      compelled to copy the source along with the object code.
  168.   4. You may not copy, modify, sublicense, or distribute the Program
  169.      except as expressly provided under this License.  Any attempt
  170.      otherwise to copy, modify, sublicense or distribute the Program is
  171.      void, and will automatically terminate your rights under this
  172.      License.  However, parties who have received copies, or rights,
  173.      from you under this License will not have their licenses
  174.      terminated so long as such parties remain in full compliance.
  175.   5. You are not required to accept this License, since you have not
  176.      signed it.  However, nothing else grants you permission to modify
  177.      or distribute the Program or its derivative works.  These actions
  178.      are prohibited by law if you do not accept this License.
  179.      Therefore, by modifying or distributing the Program (or any work
  180.      based on the Program), you indicate your acceptance of this
  181.      License to do so, and all its terms and conditions for copying,
  182.      distributing or modifying the Program or works based on it.
  183.   6. Each time you redistribute the Program (or any work based on the
  184.      Program), the recipient automatically receives a license from the
  185.      original licensor to copy, distribute or modify the Program
  186.      subject to these terms and conditions.  You may not impose any
  187.      further restrictions on the recipients' exercise of the rights
  188.      granted herein.  You are not responsible for enforcing compliance
  189.      by third parties to this License.
  190.   7. If, as a consequence of a court judgment or allegation of patent
  191.      infringement or for any other reason (not limited to patent
  192.      issues), conditions are imposed on you (whether by court order,
  193.      agreement or otherwise) that contradict the conditions of this
  194.      License, they do not excuse you from the conditions of this
  195.      License.  If you cannot distribute so as to satisfy simultaneously
  196.      your obligations under this License and any other pertinent
  197.      obligations, then as a consequence you may not distribute the
  198.      Program at all.  For example, if a patent license would not permit
  199.      royalty-free redistribution of the Program by all those who
  200.      receive copies directly or indirectly through you, then the only
  201.      way you could satisfy both it and this License would be to refrain
  202.      entirely from distribution of the Program.
  203.      If any portion of this section is held invalid or unenforceable
  204.      under any particular circumstance, the balance of the section is
  205.      intended to apply and the section as a whole is intended to apply
  206.      in other circumstances.
  207.      It is not the purpose of this section to induce you to infringe any
  208.      patents or other property right claims or to contest validity of
  209.      any such claims; this section has the sole purpose of protecting
  210.      the integrity of the free software distribution system, which is
  211.      implemented by public license practices.  Many people have made
  212.      generous contributions to the wide range of software distributed
  213.      through that system in reliance on consistent application of that
  214.      system; it is up to the author/donor to decide if he or she is
  215.      willing to distribute software through any other system and a
  216.      licensee cannot impose that choice.
  217.      This section is intended to make thoroughly clear what is believed
  218.      to be a consequence of the rest of this License.
  219.   8. If the distribution and/or use of the Program is restricted in
  220.      certain countries either by patents or by copyrighted interfaces,
  221.      the original copyright holder who places the Program under this
  222.      License may add an explicit geographical distribution limitation
  223.      excluding those countries, so that distribution is permitted only
  224.      in or among countries not thus excluded.  In such case, this
  225.      License incorporates the limitation as if written in the body of
  226.      this License.
  227.   9. The Free Software Foundation may publish revised and/or new
  228.      versions of the General Public License from time to time.  Such
  229.      new versions will be similar in spirit to the present version, but
  230.      may differ in detail to address new problems or concerns.
  231.      Each version is given a distinguishing version number.  If the
  232.      Program specifies a version number of this License which applies
  233.      to it and "any later version", you have the option of following
  234.      the terms and conditions either of that version or of any later
  235.      version published by the Free Software Foundation.  If the Program
  236.      does not specify a version number of this License, you may choose
  237.      any version ever published by the Free Software Foundation.
  238.  10. If you wish to incorporate parts of the Program into other free
  239.      programs whose distribution conditions are different, write to the
  240.      author to ask for permission.  For software which is copyrighted
  241.      by the Free Software Foundation, write to the Free Software
  242.      Foundation; we sometimes make exceptions for this.  Our decision
  243.      will be guided by the two goals of preserving the free status of
  244.      all derivatives of our free software and of promoting the sharing
  245.      and reuse of software generally.
  246.                                 NO WARRANTY
  247.  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  248.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  249.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  250.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  251.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  252.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  253.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  254.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  255.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  256.      SERVICING, REPAIR OR CORRECTION.
  257.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  258.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  259.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  260.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  261.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  262.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  263.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  264.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  265.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  266.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  267.                       END OF TERMS AND CONDITIONS
  268. Appendix: How to Apply These Terms to Your New Programs
  269. =======================================================
  270.    If you develop a new program, and you want it to be of the greatest
  271. possible use to the public, the best way to achieve this is to make it
  272. free software which everyone can redistribute and change under these
  273. terms.
  274.    To do so, attach the following notices to the program.  It is safest
  275. to attach them to the start of each source file to most effectively
  276. convey the exclusion of warranty; and each file should have at least
  277. the "copyright" line and a pointer to where the full notice is found.
  278.      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  279.      Copyright (C) 19YY  NAME OF AUTHOR
  280.      
  281.      This program is free software; you can redistribute it and/or modify
  282.      it under the terms of the GNU General Public License as published by
  283.      the Free Software Foundation; either version 2 of the License, or
  284.      (at your option) any later version.
  285.      
  286.      This program is distributed in the hope that it will be useful,
  287.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  288.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  289.      GNU General Public License for more details.
  290.      
  291.      You should have received a copy of the GNU General Public License
  292.      along with this program; if not, write to the Free Software
  293.      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  294.      02111-1307, USA.
  295.    Also add information on how to contact you by electronic and paper
  296. mail.
  297.    If the program is interactive, make it output a short notice like
  298. this when it starts in an interactive mode:
  299.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  300.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  301.      type `show w'.  This is free software, and you are welcome
  302.      to redistribute it under certain conditions; type `show c'
  303.      for details.
  304.    The hypothetical commands `show w' and `show c' should show the
  305. appropriate parts of the General Public License.  Of course, the
  306. commands you use may be called something other than `show w' and `show
  307. c'; they could even be mouse-clicks or menu items--whatever suits your
  308. program.
  309.    You should also get your employer (if you work as a programmer) or
  310. your school, if any, to sign a "copyright disclaimer" for the program,
  311. if necessary.  Here is a sample; alter the names:
  312.      Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  313.      `Gnomovision' (which makes passes at compilers) written by James Hacker.
  314.      
  315.      SIGNATURE OF TY COON, 1 April 1989
  316.      Ty Coon, President of Vice
  317.    This General Public License does not permit incorporating your
  318. program into proprietary programs.  If your program is a subroutine
  319. library, you may consider it more useful to permit linking proprietary
  320. applications with the library.  If this is what you want to do, use the
  321. GNU Library General Public License instead of this License.
  322. File: octave,  Node: Concept Index,  Next: Variable Index,  Prev: Copying,  Up: Top
  323. Concept Index
  324. *************
  325. * Menu:
  326. * -braindead:                           Command Line Options.
  327. * -debug:                               Command Line Options.
  328. * -echo-commands:                       Command Line Options.
  329. * -exec-path PATH:                      Command Line Options.
  330. * -help:                                Command Line Options.
  331. * -info-file FILENAME:                  Command Line Options.
  332. * -info-program PROGRAM:                Command Line Options.
  333. * -interactive:                         Command Line Options.
  334. * -no-init-file:                        Command Line Options.
  335. * -no-line-editing:                     Command Line Options.
  336. * -no-site-file:                        Command Line Options.
  337. * -norc:                                Command Line Options.
  338. * -path PATH:                           Command Line Options.
  339. * -quiet:                               Command Line Options.
  340. * -silent:                              Command Line Options.
  341. * -traditional:                         Command Line Options.
  342. * -verbose:                             Command Line Options.
  343. * -version:                             Command Line Options.
  344. * -?:                                   Command Line Options.
  345. * -d:                                   Command Line Options.
  346. * -f:                                   Command Line Options.
  347. * -h:                                   Command Line Options.
  348. * -i:                                   Command Line Options.
  349. * -p PATH:                              Command Line Options.
  350. * -q:                                   Command Line Options.
  351. * -V:                                   Command Line Options.
  352. * -x:                                   Command Line Options.
  353. * ... <1>:                              Variable-length Return Lists.
  354. * ...:                                  Variable-length Argument Lists.
  355. * ... continuation marker:              The try Statement.
  356. * .octaverc:                            Startup Files.
  357. * break statement:                      The break Statement.
  358. * case statement:                       The switch Statement.
  359. * catch:                                The try Statement.
  360. * continue statement:                   The continue Statement.
  361. * elseif statement:                     The if Statement.
  362. * else statement:                       The if Statement.
  363. * endfor statement:                     The for Statement.
  364. * endfunction statement:                Defining Functions.
  365. * endif statement:                      The if Statement.
  366. * endswitch statement:                  The switch Statement.
  367. * endwhile statement:                   The while Statement.
  368. * end_try_catch:                        The try Statement.
  369. * end_unwind_protect:                   The unwind_protect Statement.
  370. * end statement:                        Statements.
  371. * for statement:                        The for Statement.
  372. * function statement:                   Defining Functions.
  373. * global statement:                     Global Variables.
  374. * if statement:                         The if Statement.
  375. * otherwise statement:                  The switch Statement.
  376. * switch statement:                     The switch Statement.
  377. * try statement:                        The try Statement.
  378. * unwind_protect_cleanup:               The unwind_protect Statement.
  379. * unwind_protect statement:             The unwind_protect Statement.
  380. * while statement:                      The while Statement.
  381. * \ continuation marker:                The try Statement.
  382. * ~/.octaverc:                          Startup Files.
  383. * #!:                                   Executable Octave Programs.
  384. * #:                                    Comments.
  385. * %:                                    Comments.
  386. * acknowledgements:                     Acknowledgements.
  387. * addition:                             Arithmetic Ops.
  388. * and operator:                         Boolean Expressions.
  389. * answers, incorrect <1>:               Bug Criteria.
  390. * answers, incorrect:                   Bug Reporting.
  391. * any key:                              Fonts.
  392. * arguments in function call:           Calling Functions.
  393. * arithmetic operators:                 Arithmetic Ops.
  394. * assignment expressions:               Assignment Ops.
  395. * assignment operators:                 Assignment Ops.
  396. * body of a loop:                       The while Statement.
  397. * boolean expressions:                  Boolean Expressions.
  398. * boolean operators:                    Boolean Expressions.
  399. * bug criteria:                         Bug Criteria.
  400. * bug report mailing lists:             Bug Lists.
  401. * bugs:                                 Reporting Bugs.
  402. * bugs, investigating:                  Bug Reporting.
  403. * bugs, known:                          Trouble.
  404. * bugs, reporting <1>:                  Bug Lists.
  405. * bugs, reporting:                      Bug Reporting.
  406. * built-in data types:                  Built-in Data Types.
  407. * built-in function:                    A Sample Function Description.
  408. * character strings <1>:                Strings.
  409. * character strings:                    String Objects.
  410. * Cholesky factorization:               Matrix Factorizations.
  411. * clearing the screen:                  Cursor Motion.
  412. * coding standards:                     Tips.
  413. * command and ouput logs:               Diary and Echo Commands.
  414. * command completion:                   Commands For Completion.
  415. * command descriptions:                 A Sample Command Description.
  416. * command echoing:                      Diary and Echo Commands.
  417. * command history:                      Commands For History.
  418. * command options:                      Command Line Options.
  419. * command-line editing:                 Command Line Editing.
  420. * comments:                             Comments.
  421. * comparison expressions:               Comparison Ops.
  422. * complex-conjugate transpose:          Arithmetic Ops.
  423. * continuation lines:                   The try Statement.
  424. * contributing to Octave:               How You Can Contribute to Octave.
  425. * contributors:                         Preface.
  426. * conversion specifications (printf):   Formatted Output.
  427. * conversion specifications (scanf):    Formatted Input.
  428. * copyright:                            Keywords.
  429. * core dump:                            Bug Criteria.
  430. * customizing the prompt:               Customizing the Prompt.
  431. * DAE:                                  Differential Equations.
  432. * data structures <1>:                  Data Structure Objects.
  433. * data structures:                      Data Structures.
  434. * data types:                           Data Types.
  435. * data types, built-in:                 Built-in Data Types.
  436. * data types, user-defined:             User-defined Data Types.
  437. * decrement operator:                   Assignment Ops.
  438. * defining functions:                   Functions and Scripts.
  439. * description format:                   Format of Descriptions.
  440. * diary of commands and output:         Diary and Echo Commands.
  441. * Differential Equations:               Differential Equations.
  442. * diffs, submitting:                    Sending Patches.
  443. * distribution of Octave:               Distribution.
  444. * division:                             Arithmetic Ops.
  445. * documentation notation:               Evaluation Notation.
  446. * documenting Octave programs:          Comments.
  447. * dynamic linking:                      Dynamically Linked Functions.
  448. * echoing executing commands:           Diary and Echo Commands.
  449. * editing the command line:             Command Line Editing.
  450. * element-by-element evaluation:        Element-by-element Boolean Operators.
  451. * equality operator:                    Comparison Ops.
  452. * equality, tests for:                  Comparison Ops.
  453. * equations, nonlinear:                 Nonlinear Equations.
  454. * erroneous messages:                   Bug Criteria.
  455. * erroneous results <1>:                Bug Criteria.
  456. * erroneous results:                    Bug Reporting.
  457. * error message notation:               Error Messages.
  458. * error messages:                       Errors.
  459. * error messages, incorrect:            Bug Criteria.
  460. * escape sequence notation:             Strings.
  461. * evaluation notation:                  Evaluation Notation.
  462. * executable scripts:                   Executable Octave Programs.
  463. * execution speed:                      Coding Tips.
  464. * exiting octave <1>:                   Quitting Octave.
  465. * exiting octave:                       Running Octave.
  466. * exponentiation:                       Arithmetic Ops.
  467. * expression, range:                    Ranges.
  468. * expressions:                          Expressions.
  469. * expressions, assignment:              Assignment Ops.
  470. * expressions, boolean:                 Boolean Expressions.
  471. * expressions, comparison:              Comparison Ops.
  472. * expressions, logical:                 Boolean Expressions.
  473. * factorial function:                   Recursion.
  474. * fatal signal:                         Bug Criteria.
  475. * flag character (printf):              Output Conversion Syntax.
  476. * flag character (scanf):               Input Conversion Syntax.
  477. * flying high and fast:                 Variables.
  478. * fonts:                                Fonts.
  479. * Fordyce, A. P.:                       Evaluation.
  480. * Frobenius norm:                       Basic Matrix Functions.
  481. * function descriptions:                A Sample Function Description.
  482. * function file <1>:                    A Sample Function Description.
  483. * function file:                        Function Files.
  484. * functions, user-defined:              Functions and Scripts.
  485. * funding Octave development:           How You Can Contribute to Octave.
  486. * getting a good job:                   Variables.
  487. * global variables:                     Global Variables.
  488. * grammar rules:                        Grammar.
  489. * graphics:                             Two-Dimensional Plotting.
  490. * greater than operator:                Comparison Ops.
  491. * header comments:                      Function Headers.
  492. * help, on-line:                        Getting Help.
  493. * help, where to find:                  Service.
  494. * Hermitian operator:                   Arithmetic Ops.
  495. * Hessenberg decomposition:             Matrix Factorizations.
  496. * history:                              Preface.
  497. * history of commands:                  Commands For History.
  498. * improving Octave <1>:                 Sending Patches.
  499. * improving Octave:                     Bug Criteria.
  500. * incorrect error messages:             Bug Criteria.
  501. * incorrect output <1>:                 Bug Reporting.
  502. * incorrect output:                     Bug Criteria.
  503. * incorrect results <1>:                Bug Reporting.
  504. * incorrect results:                    Bug Criteria.
  505. * increment operator:                   Assignment Ops.
  506. * infinity norm:                        Basic Matrix Functions.
  507. * initialization:                       Startup Files.
  508. * input conversions, for scanf:         Table of Input Conversions.
  509. * input history:                        Commands For History.
  510. * installation trouble:                 Trouble.
  511. * installing Octave:                    Installation.
  512. * introduction:                         Introduction.
  513. * invalid input:                        Bug Criteria.
  514. * job hunting:                          Variables.
  515. * keywords:                             Keywords.
  516. * known causes of trouble:              Trouble.
  517. * language definition:                  Grammar.
  518. * less than operator:                   Comparison Ops.
  519. * loadable function:                    A Sample Function Description.
  520. * logging commands and output:          Diary and Echo Commands.
  521. * logical expressions:                  Boolean Expressions.
  522. * logical operators:                    Boolean Expressions.
  523. * loop:                                 The while Statement.
  524. * looping over structure elements:      Looping Over Structure Elements.
  525. * LP:                                   Optimization.
  526. * LU decomposition:                     Matrix Factorizations.
  527. * lvalue:                               Assignment Ops.
  528. * mapping function:                     A Sample Function Description.
  529. * matching failure, in scanf:           Formatted Input.
  530. * matrices:                             Matrices.
  531. * matrix multiplication:                Arithmetic Ops.
  532. * maximum field width (scanf):          Input Conversion Syntax.
  533. * messages, error:                      Errors.
  534. * minimum field width (printf):         Output Conversion Syntax.
  535. * multiplication:                       Arithmetic Ops.
  536. * negation:                             Arithmetic Ops.
  537. * NLP:                                  Optimization.
  538. * nonlinear equations:                  Nonlinear Equations.
  539. * nonlinear programming:                Optimization.
  540. * not operator:                         Boolean Expressions.
  541. * numeric constant <1>:                 Numeric Data Types.
  542. * numeric constant:                     Numeric Objects.
  543. * numeric value <1>:                    Numeric Data Types.
  544. * numeric value:                        Numeric Objects.
  545. * Octave command options:               Command Line Options.
  546. * ODE:                                  Differential Equations.
  547. * on-line help:                         Getting Help.
  548. * operator precedence:                  Operator Precedence.
  549. * operators, arithmetic:                Arithmetic Ops.
  550. * operators, assignment:                Assignment Ops.
  551. * operators, boolean:                   Boolean Expressions.
  552. * operators, decrement:                 Assignment Ops.
  553. * operators, increment:                 Assignment Ops.
  554. * operators, logical:                   Boolean Expressions.
  555. * operators, relational:                Comparison Ops.
  556. * optimization:                         Optimization.
  557. * options, Octave command:              Command Line Options.
  558. * or operator:                          Boolean Expressions.
  559. * oregonator:                           Ordinary Differential Equations.
  560. * output conversions, for printf:       Table of Output Conversions.
  561. * partial fraction expansion:           Polynomial Manipulations.
  562. * patches, submitting:                  Sending Patches.
  563. * plotting:                             Two-Dimensional Plotting.
  564. * precision (printf):                   Output Conversion Syntax.
  565. * printing notation:                    Printing Notation.
  566. * program, self contained:              Executable Octave Programs.
  567. * programs:                             Comments.
  568. * prompt customization:                 Customizing the Prompt.
  569. * QP:                                   Optimization.
  570. * QR factorization:                     Matrix Factorizations.
  571. * quadratic programming:                Optimization.
  572. * quitting octave <1>:                  Quitting Octave.
  573. * quitting octave:                      Running Octave.
  574. * quotient:                             Arithmetic Ops.
  575. * range expressions:                    Ranges.
  576. * relational operators:                 Comparison Ops.
  577. * reporting bugs <1>:                   Reporting Bugs.
  578. * reporting bugs:                       Bug Lists.
  579. * results, incorrect <1>:               Bug Reporting.
  580. * results, incorrect:                   Bug Criteria.
  581. * Schur decomposition:                  Matrix Factorizations.
  582. * script files:                         Functions and Scripts.
  583. * scripts:                              Executable Octave Programs.
  584. * self contained programs:              Executable Octave Programs.
  585. * short-circuit evaluation:             Short-circuit Boolean Operators.
  586. * side effect:                          Assignment Ops.
  587. * singular value decomposition:         Matrix Factorizations.
  588. * speedups:                             Coding Tips.
  589. * standards of coding style:            Tips.
  590. * startup:                              Startup Files.
  591. * startup files:                        Startup Files.
  592. * statements:                           Statements.
  593. * strings <1>:                          Strings.
  594. * strings:                              String Objects.
  595. * structure elements, looping over:     Looping Over Structure Elements.
  596. * structures <1>:                       Data Structures.
  597. * structures:                           Data Structure Objects.
  598. * submitting diffs:                     Sending Patches.
  599. * submitting patches:                   Sending Patches.
  600. * subtraction:                          Arithmetic Ops.
  601. * suggestions:                          Bug Criteria.
  602. * tests for equality:                   Comparison Ops.
  603. * tips:                                 Tips.
  604. * transpose:                            Arithmetic Ops.
  605. * transpose, complex-conjugate:         Arithmetic Ops.
  606. * troubleshooting:                      Trouble.
  607. * unary minus:                          Arithmetic Ops.
  608. * undefined behavior:                   Bug Criteria.
  609. * undefined function value:             Bug Criteria.
  610. * use of comments:                      Comments.
  611. * user-defined data types:              User-defined Data Types.
  612. * user-defined functions:               Functions and Scripts.
  613. * user-defined variables:               Variables.
  614. * variable descriptions:                A Sample Variable Description.
  615. * Variable-length argument lists:       Variable-length Argument Lists.
  616. * Variable-length return lists:         Variable-length Return Lists.
  617. * variables, global:                    Global Variables.
  618. * variables, user-defined:              Variables.
  619. * warranty:                             Keywords.
  620. * wrong answers <1>:                    Bug Criteria.
  621. * wrong answers:                        Bug Reporting.
  622. File: octave,  Node: Variable Index,  Next: Function Index,  Prev: Concept Index,  Up: Top
  623. Variable Index
  624. **************
  625. * Menu:
  626. * all_va_args:                          Variable-length Argument Lists.
  627. * ans:                                  Terminal Output.
  628. * argv:                                 Command Line Options.
  629. * automatic_replot <1>:                 Two-Dimensional Plotting.
  630. * automatic_replot:                     Summary of Built-in Variables.
  631. * beep_on_error <1>:                    Error Handling.
  632. * beep_on_error:                        Summary of Built-in Variables.
  633. * completion_append_char <1>:           Commands For Completion.
  634. * completion_append_char:               Summary of Built-in Variables.
  635. * default_eval_print_flag <1>:          Summary of Built-in Variables.
  636. * default_eval_print_flag:              Evaluation.
  637. * default_return_value <1>:             Summary of Built-in Variables.
  638. * default_return_value:                 Multiple Return Values.
  639. * default_save_format <1>:              Summary of Built-in Variables.
  640. * default_save_format:                  Simple File I/O.
  641. * define_all_return_values <1>:         Summary of Built-in Variables.
  642. * define_all_return_values:             Multiple Return Values.
  643. * do_fortran_indexing <1>:              Index Expressions.
  644. * do_fortran_indexing:                  Summary of Built-in Variables.
  645. * do_what_i_mean_not_what_i_say:        A Sample Variable Description.
  646. * e:                                    Mathematical Constants.
  647. * echo_executing_commands:              Diary and Echo Commands.
  648. * EDITOR <1>:                           Commands For History.
  649. * EDITOR <2>:                           Summary of Built-in Variables.
  650. * EDITOR:                               Defaults from the Environment.
  651. * empty_list_elements_ok <1>:           Empty Matrices.
  652. * empty_list_elements_ok:               Summary of Built-in Variables.
  653. * eps:                                  Mathematical Constants.
  654. * error_text:                           Error Handling.
  655. * EXEC_PATH <1>:                        Summary of Built-in Variables.
  656. * EXEC_PATH:                            Controlling Subprocesses.
  657. * F_DUPFD:                              Controlling Subprocesses.
  658. * F_GETFD:                              Controlling Subprocesses.
  659. * F_GETFL:                              Controlling Subprocesses.
  660. * F_SETFD:                              Controlling Subprocesses.
  661. * F_SETFL:                              Controlling Subprocesses.
  662. * gnuplot_binary <1>:                   Summary of Built-in Variables.
  663. * gnuplot_binary:                       Three-Dimensional Plotting.
  664. * gnuplot_has_frames:                   Three-Dimensional Plotting.
  665. * gnuplot_has_multiplot:                Three-Dimensional Plotting.
  666. * history_file <1>:                     Commands For History.
  667. * history_file:                         Summary of Built-in Variables.
  668. * history_size <1>:                     Commands For History.
  669. * history_size:                         Summary of Built-in Variables.
  670. * I:                                    Mathematical Constants.
  671. * ignore_function_time_stamp <1>:       Function Files.
  672. * ignore_function_time_stamp:           Summary of Built-in Variables.
  673. * IMAGEPATH:                            Image Processing.
  674. * implicit_str_to_num_ok <1>:           Summary of Built-in Variables.
  675. * implicit_str_to_num_ok:               String Conversions.
  676. * inf:                                  Mathematical Constants.
  677. * INFO_FILE <1>:                        Summary of Built-in Variables.
  678. * INFO_FILE:                            Getting Help.
  679. * INFO_PROGRAM <1>:                     Getting Help.
  680. * INFO_PROGRAM:                         Summary of Built-in Variables.
  681. * j:                                    Mathematical Constants.
  682. * LOADPATH <1>:                         Summary of Built-in Variables.
  683. * LOADPATH:                             Function Files.
  684. * NaN:                                  Mathematical Constants.
  685. * nargin <1>:                           Command Line Options.
  686. * nargin:                               Defining Functions.
  687. * nargout:                              Multiple Return Values.
  688. * OCTAVE_EXEC_PATH:                     Defaults from the Environment.
  689. * OCTAVE_HISTFILE:                      Defaults from the Environment.
  690. * OCTAVE_HISTSIZE:                      Defaults from the Environment.
  691. * OCTAVE_HOME:                          Summary of Built-in Variables.
  692. * OCTAVE_INFO_FILE:                     Defaults from the Environment.
  693. * OCTAVE_INFO_PROGRAM:                  Defaults from the Environment.
  694. * OCTAVE_PATH:                          Defaults from the Environment.
  695. * OCTAVE_VERSION:                       System Information.
  696. * ok_to_lose_imaginary_part:            Summary of Built-in Variables.
  697. * output_max_field_width <1>:           Matrices.
  698. * output_max_field_width:               Summary of Built-in Variables.
  699. * output_precision <1>:                 Matrices.
  700. * output_precision:                     Summary of Built-in Variables.
  701. * O_APPEND:                             Controlling Subprocesses.
  702. * O_ASYNC:                              Controlling Subprocesses.
  703. * O_NONBLOCK:                           Controlling Subprocesses.
  704. * O_RDONLY:                             Controlling Subprocesses.
  705. * O_RDWR:                               Controlling Subprocesses.
  706. * O_SYNC:                               Controlling Subprocesses.
  707. * O_WRONLY:                             Controlling Subprocesses.
  708. * PAGER <1>:                            Summary of Built-in Variables.
  709. * PAGER:                                Input and Output.
  710. * page_output_immediately:              Input and Output.
  711. * page_screen_output <1>:               Summary of Built-in Variables.
  712. * page_screen_output:                   Input and Output.
  713. * pi:                                   Mathematical Constants.
  714. * prefer_column_vectors <1>:            Index Expressions.
  715. * prefer_column_vectors:                Summary of Built-in Variables.
  716. * prefer_zero_one_indexing:             Index Expressions.
  717. * print_answer_id_name <1>:             Summary of Built-in Variables.
  718. * print_answer_id_name:                 Terminal Output.
  719. * print_empty_dimensions <1>:           Empty Matrices.
  720. * print_empty_dimensions:               Summary of Built-in Variables.
  721. * program_invocation_name:              Command Line Options.
  722. * program_name:                         Command Line Options.
  723. * propagate_empty_matrices:             Empty Matrices.
  724. * PS1 <1>:                              Summary of Built-in Variables.
  725. * PS1:                                  Customizing the Prompt.
  726. * PS2 <1>:                              Summary of Built-in Variables.
  727. * PS2:                                  Customizing the Prompt.
  728. * PS4 <1>:                              Customizing the Prompt.
  729. * PS4:                                  Summary of Built-in Variables.
  730. * PWD:                                  Current Working Directory.
  731. * realmax:                              Mathematical Constants.
  732. * realmin:                              Mathematical Constants.
  733. * resize_on_range_error <1>:            Index Expressions.
  734. * resize_on_range_error:                Summary of Built-in Variables.
  735. * return:                               Returning From a Function.
  736. * return_last_computed_value <1>:       Summary of Built-in Variables.
  737. * return_last_computed_value:           Returning From a Function.
  738. * save_precision <1>:                   Summary of Built-in Variables.
  739. * save_precision:                       Simple File I/O.
  740. * saving_history <1>:                   Summary of Built-in Variables.
  741. * saving_history:                       Commands For History.
  742. * SEEK_CUR:                             File Positioning.
  743. * SEEK_END:                             File Positioning.
  744. * SEEK_SET:                             File Positioning.
  745. * silent_functions <1>:                 Defining Functions.
  746. * silent_functions:                     Summary of Built-in Variables.
  747. * split_long_rows <1>:                  Matrices.
  748. * split_long_rows:                      Summary of Built-in Variables.
  749. * stderr:                               C-Style I/O Functions.
  750. * stdin:                                C-Style I/O Functions.
  751. * stdout:                               C-Style I/O Functions.
  752. * string_fill_char:                     Creating Strings.
  753. * struct_levels_to_print <1>:           Data Structures.
  754. * struct_levels_to_print:               Summary of Built-in Variables.
  755. * suppress_verbose_help_message <1>:    Summary of Built-in Variables.
  756. * suppress_verbose_help_message:        Getting Help.
  757. * treat_neg_dim_as_zero <1>:            Summary of Built-in Variables.
  758. * treat_neg_dim_as_zero:                Special Utility Matrices.
  759. * warn_assign_as_truth_value <1>:       Summary of Built-in Variables.
  760. * warn_assign_as_truth_value:           The if Statement.
  761. * warn_comma_in_global_decl <1>:        Summary of Built-in Variables.
  762. * warn_comma_in_global_decl:            Global Variables.
  763. * warn_divide_by_zero <1>:              Summary of Built-in Variables.
  764. * warn_divide_by_zero:                  Arithmetic Ops.
  765. * warn_function_name_clash <1>:         Function Files.
  766. * warn_function_name_clash:             Summary of Built-in Variables.
  767. * warn_missing_semicolon:               Defining Functions.
  768. * whitespace_in_literal_matrix <1>:     Summary of Built-in Variables.
  769. * whitespace_in_literal_matrix:         Matrices.
  770.